Fix and document components of mouse event position.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Nov 2010 18:15:09 +0000 (20:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Nov 2010 18:15:09 +0000 (20:15 +0200)
commit9e41047c34383981a7c938b36cace69e9c36099a
tree12d43a24865e59a4a4d882d237b6c5f3eb5c70d3
parentdf7aa93824a668072b2ef33bba5d0f9ad676a67d
Fix and document components of mouse event position.

 src/keyboard.c (make_lispy_position): Put a meaningful value in yret
 when the click is on the header or mode line.
 doc/lispref/commands.texi (Click Events): Document the values of X, Y and
 COL, ROW in the event's position, when the click is on the header or
 mode line, on the fringes, or in the margins.
doc/lispref/ChangeLog
doc/lispref/commands.texi
src/ChangeLog
src/keyboard.c